Welcome![Sign In][Sign Up]
Location:
Search - nfa java

Search list

[Other resource用Java语言实现NFA到DFA的等价变换

Description: 本程序为编译原理里的一个重要的知识点,实现NFA到DFA的转换-procedures for the compiler's a principle important knowledge points, for the NFA to DFA conversion
Platform: | Size: 31449 | Author: 李小刚 | Hits:

[JSP/Javareg2NFA(java)

Description: 正则表达式到NFA,NFA到DFA的JAVA实现,图形表示结果。
Platform: | Size: 36008 | Author: 洪兴 | Hits:

[assembly languagedfa 转化 nfa java工程

Description:
Platform: | Size: 234722 | Author: tongelaine@163.com | Hits:

[Other resource用Java语言实现NFA到DFA的等价变换

Description: 本程序为编译原理里的一个重要的知识点,实现NFA到DFA的转换-procedures for the compiler's a principle important knowledge points, for the NFA to DFA conversion
Platform: | Size: 30720 | Author: 李小刚 | Hits:

[JSP/Javareg2nfa

Description: 程序用JAVA语言编写, 综合利用图结构和堆栈结构进行数据组织和处理. 可以进行正则表达式到NFA的转化, 并能用图形直观的表示. 对正则表达式有一些约定, 就是可以用单个字符表示输入, 也可以用 ‘ ‘ 连接起来的一串字符进行输入. 有基本的表达式以及由基本表达式构成的并置, 选择和重复的操作. 例: A|b*c ‘letter’*’digit’ 等都是合法输入. 还带有括号功能, 优先级 -procedures using Java language. Comprehensive Utilization graph structure and stack structure and data processing. it is a regular expression for NFA to the transformation and can use the intuitive graphical said. Regular expressions are to some agreement and it is expressed with a single character input, we could also use '' linking the string of characters for importation. a basic expressions and by the basic form of expression and Home and choose and repeat the operation. cases : A | b* c 'letter'* 'digit' are all legally imported. also bracketed with functionality, prioritized
Platform: | Size: 12288 | Author: onlyerlee | Hits:

[AI-NN-PRKModies

Description: k中心点 编制和调试一个程序,它将用户输入的正规式转换为以状态图和矩阵形式表示的确定有穷自动机。 1.把正规式转换为NFA 2.将NFA确定化为DFA • #作为正规式的终止符 • 考虑复合正规式 • 开始状态号为0 -focal point for the preparation of k and debug a program, it will the user to enter the formal conversion to a state diagram and matrix forms express the determination of DFA. 1. The formal type is converted to NFA2. Will determine the NFA into a DFA
Platform: | Size: 1024 | Author: 刘自咏 | Hits:

[JSP/Javareg2NFA

Description: 从正则表达式到NFA的JAVA实现代码,图形界面。
Platform: | Size: 35840 | Author: 苏鸿星 | Hits:

[JSP/Javareg2NFA(java)

Description: 正则表达式到NFA,NFA到DFA的JAVA实现,图形表示结果。-Regular Expression to NFA, NFA to DFA s JAVA realized, graphical representation of results.
Platform: | Size: 35840 | Author: 洪兴 | Hits:

[ELanguageDFA

Description: 扫描样本字符串,转换成NFA,继续转换,成为DFA,验证此字符串。-Scanning the sample string into a NFA, to continue to convert and become DFA, verify that the string.
Platform: | Size: 1549312 | Author: 刘琳 | Hits:

[ELanguageDFA

Description: 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first table structure generated by a subset of re-painting DFA graph), DFA minimization (also requires drawing method)
Platform: | Size: 14336 | Author: liyingan | Hits:

[OtherFA

Description: 正则表达式->NFA/DFA/最简表达式-Regular Expression-> NFA/DFA/the most simple expression
Platform: | Size: 263168 | Author: 王据林 | Hits:

[ELanguage805NFA

Description: [用Java语言实现nfa到DFA的等价变换.rar] - 本程序为编译原理里的一个重要的知识点,实现nfa到DFA的转换 [nfatoDFA.rar] - nfa转化为DFA的一个程序!希望能有点作用! [REManageAndnfaToDFA.rar] - 能够完成正规式到nfa的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别 -[Using Java language to the DFA' s nfa equivalent transformation. Rar]- This procedure is compiled in an important principle of knowledge, the realization of nfa to DFA conversion [nfatoDFA.rar]- nfa into a DFA program! Hope role can be a little bit! [REManageAndnfaToDFA.rar]- to the completion of the formal ceremony to nfa conversion, NFA to DFA conversion (a subset of the Law), DFA minimization, testing whether a string can be generated for the generated DFA identified
Platform: | Size: 10240 | Author: 董华鹏 | Hits:

[OtherNFA_to_DFA211465612008

Description: this program convert the nfa into dfa
Platform: | Size: 3072 | Author: jitendra | Hits:

[JSP/Java22nfa2dfa

Description: nfa convert to dfa by java language
Platform: | Size: 303104 | Author: Zicker | Hits:

[OtherNFA2RegularExpression

Description: regular expression转换为NFA NFA转换到regular expression 包含设计说明文档、可执行程序、源代码等;清晰明了; 用java编写;-regular expression into NFA NFA transition to regular expression Includes design documentation, executable programs, source code, etc. clarity Written with java
Platform: | Size: 919552 | Author: liu p | Hits:

[ELanguageNFA-DFA-MFA

Description: 正则表达式及NFA-DFA-MFA的转换和判别-Regular expressions and NFA-DFA-MFA conversion and discriminant
Platform: | Size: 14336 | Author: dfadf | Hits:

[JSP/JavaAdvanced.Programming.Java.NFA.graph.algorithms

Description: Java NFA图形算法高级编程Advanced Programming Java NFA graph algorithms -Advanced Programming Java NFA graph algorithms
Platform: | Size: 11264 | Author: 杨明 | Hits:

[ELanguageNFA

Description: 编译原理实验 NFA识别语言的java实现,为NFA.java文件中的NFA类实现成员函数boolean recognizeString(int move[][][], int accept_state[], String word).-Principle experiment NFA compile the java language to achieve recognition for NFA.java file NFA class implements member functions boolean recognizeString (int move [][][], int accept_state [], String word).
Platform: | Size: 4096 | Author: 陈竑睿 | Hits:

[JSP/JavaNFA

Description: 为NFA.java文件中的NFA类实现成员函数boolean recognizeString(in mov[][],int accept_state[],Strin word)-For the NFA in NFA.java file class member function boolean recognizeString (in mov [] [], int accept_state [], Strin word)
Platform: | Size: 4096 | Author: Cherry | Hits:

[JSP/JavaNFA

Description: NFA.java 中山大学编译原理实验三源码。为NFA.java中的类增加识别函数和跳转函数。-NFA.java Sun Yat-source compiler principle experiment three. The class is NFA.java increased recognition function and the jump function.
Platform: | Size: 1024 | Author: hr | Hits:
« 12 3 »

CodeBus www.codebus.net